net/http.wantConn.ready (field)
6 uses
net/http (current package)
transport.go#L1209: ready chan struct{} // closed when pc, err pair is delivered
transport.go#L1225: case <-w.ready:
transport.go#L1246: close(w.ready)
transport.go#L1255: close(w.ready) // catch misbehavior in future delivery
transport.go#L1361: ready: make(chan struct{}, 1),
transport.go#L1394: case <-w.ready:
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |